Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22454 | GEN005395 | SV-26743r1_rule | ECLP-1 | Medium |
Description |
---|
Unauthorized users must not be allowed to access or modify the /etc/syslog.conf file. |
STIG | Date |
---|---|
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2016-06-22 |
Check Text ( C-27756r1_chk ) |
---|
Check the permissions of the syslog configuration file. # ls -lL /etc/syslog.conf If the permissions include a "+", the file has an extended ACL and this is a finding. |
Fix Text (F-23992r1_fix) |
---|
Remove the extended ACL from the file. # chmod A- /etc/syslog.conf |